[ML] Data frame analytics: Fixes wizard for data view with runtime fields#242557
Merged
jgowdyelastic merged 4 commits intoelastic:mainfrom Nov 12, 2025
Conversation
Contributor
|
Pinging @elastic/ml-ui (:ml) |
peteharverson
approved these changes
Nov 11, 2025
Contributor
peteharverson
left a comment
There was a problem hiding this comment.
Tested with data views with runtime fields and LGTM
17 tasks
Contributor
💚 Build Succeeded
Metrics [docs]Async chunks
History
|
Contributor
|
Starting backport for target branches: 9.2 https://github.com/elastic/kibana/actions/runs/19291316842 |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Nov 12, 2025
…elds (elastic#242557) Fixes elastic#242481 If a data view contains a runtime field, it will be added twice. This has become a problem after a recent Data Grid [change](elastic/eui#9030). (cherry picked from commit 3f68ad6)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Nov 12, 2025
…ime fields (#242557) (#242634) # Backport This will backport the following commits from `main` to `9.2`: - [[ML] Data frame analytics: Fixes wizard for data view with runtime fields (#242557)](#242557) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"James Gowdy","email":"jgowdy@elastic.co"},"sourceCommit":{"committedDate":"2025-11-12T08:37:49Z","message":"[ML] Data frame analytics: Fixes wizard for data view with runtime fields (#242557)\n\nFixes https://github.com/elastic/kibana/issues/242481\n\nIf a data view contains a runtime field, it will be added twice. This\nhas become a problem after a recent Data Grid\n[change](https://github.com/elastic/eui/pull/9030).","sha":"3f68ad6d92d30a120932eb4ae466c3f9de442f9e","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix",":ml","Feature:Data Frame Analytics","backport:version","v9.3.0","v9.2.2"],"title":"[ML] Data frame analytics: Fixes wizard for data view with runtime fields","number":242557,"url":"https://github.com/elastic/kibana/pull/242557","mergeCommit":{"message":"[ML] Data frame analytics: Fixes wizard for data view with runtime fields (#242557)\n\nFixes https://github.com/elastic/kibana/issues/242481\n\nIf a data view contains a runtime field, it will be added twice. This\nhas become a problem after a recent Data Grid\n[change](https://github.com/elastic/eui/pull/9030).","sha":"3f68ad6d92d30a120932eb4ae466c3f9de442f9e"}},"sourceBranch":"main","suggestedTargetBranches":["9.2"],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/242557","number":242557,"mergeCommit":{"message":"[ML] Data frame analytics: Fixes wizard for data view with runtime fields (#242557)\n\nFixes https://github.com/elastic/kibana/issues/242481\n\nIf a data view contains a runtime field, it will be added twice. This\nhas become a problem after a recent Data Grid\n[change](https://github.com/elastic/eui/pull/9030).","sha":"3f68ad6d92d30a120932eb4ae466c3f9de442f9e"}},{"branch":"9.2","label":"v9.2.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: James Gowdy <jgowdy@elastic.co>
17 tasks
eokoneyo
pushed a commit
to eokoneyo/kibana
that referenced
this pull request
Dec 2, 2025
…elds (elastic#242557) Fixes elastic#242481 If a data view contains a runtime field, it will be added twice. This has become a problem after a recent Data Grid [change](elastic/eui#9030).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #242481
If a data view contains a runtime field, it will be added twice. This has become a problem after a recent Data Grid change.